Gena Obukhov wrote:
> Several people reported problem with saving include files.
> I fixed that bug in version 1.2.1. It's available from the same link:
> http://propro.ru/go/Wshop/tools/tools.html
Some minor misbehavior still exists with saving include
(non-mesh) files. For example, if you don't use blossom
(blossom type is not selected) POV-Tree will write to
file:
#declare BLOSSOM=;
Then if you use TOMTREE or TOMTREEm to render the tree
POV-Ray will fail parsing this line. Temporary workaround
can be just comment out this line:
//#declare BLOSSOM=;
I'll fix this problem in next release writing to file
something like:
#declare BLOSSOM="NONE";
It will happen after my vacation somewhere in the end of
September. I'm also planning to add some other
changes/improvements to that release.
Gena.
Post a reply to this message
|